跳到主要内容

ApiInterfaces.SignatureProviderArgs

EOSIO Javascript / Exports / ApiInterfaces / SignatureProviderArgs

Interface: SignatureProviderArgs

ApiInterfaces.SignatureProviderArgs

Arguments to sign

Table of contents

Properties

Properties

abis

abis: BinaryAbi[]

ABIs for all contracts with actions included in serializedTransaction

Defined in

src/eosjs-api-interfaces.ts:59


chainId

chainId: string

Chain transaction is for

Defined in

src/eosjs-api-interfaces.ts:47


requiredKeys

requiredKeys: string[]

Public keys associated with the private keys needed to sign the transaction

Defined in

src/eosjs-api-interfaces.ts:50


serializedContextFreeData

Optional serializedContextFreeData: Uint8Array

Context-free data to sign

Defined in

src/eosjs-api-interfaces.ts:56


serializedTransaction

serializedTransaction: Uint8Array

Transaction to sign

Defined in

src/eosjs-api-interfaces.ts:53